addProp(p_list, #theAction, [#comment: "the Action:", #format: #string, #default: EMPTY])
return p_list
end
on getBehaviorDescription
return "Makes a sprite work as a pushbutton with automatic highlighting and mouse tracking. The sprite's initial castmember represents the button's normal state." & RETURN & "This behavior also has a STRING attached to it, that does some Action on MouseUp if the mouse is in the rollover." & RETURN & "PARAMETERS:" & RETURN & "• Hilite Image - Choose the cast member to display when the button is pressed. The default value is the cast member immedietly following the sprite's current cast member." & RETURN & "• Script - Enter a script for when the button is pressed. The default value is empty"